home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / brklyprl.lha / Emulator / remake < prev    next >
Encoding:
Text File  |  1989-04-14  |  98 b   |  7 lines

  1. #! /bin/csh -f
  2. cp .make Makefile
  3. foreach i (*.c)
  4.     (cc -M $i >> Makefile) >& /dev/null
  5. end
  6. make -k
  7.